note official releases
authorSteven G. Johnson <stevenj@mit.edu>
Wed, 8 May 2019 15:22:37 +0000 (11:22 -0400)
committerGitHub <noreply@github.com>
Wed, 8 May 2019 15:22:37 +0000 (11:22 -0400)
README.md

index 4c76aee383a166a9477fed101884d2607ef30436..ab26a39cb66c4fad75a564c25c3c6fa87eb292a0 100644 (file)
--- a/README.md
+++ b/README.md
@@ -31,6 +31,8 @@ the included `LICENSE.md` file for more detailed information.
 
 ## Quick Start
 
+Typical users should download a [utf8proc release](http://juliastrings.github.io/utf8proc/releases/) rather than cloning directly from github.
+
 For compilation of the C library run `make`.  You can also install the library and header file with `make install` (by default into `/usr/local/lib` and `/usr/local/bin`), but this can be changed by `make prefix=/some/dir`).
 
 Alternatively, you can compile with `cmake`, e.g. by